home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / •HC 2.0-Anim2 / background_2720.txt < prev    next >
Text File  |  1990-04-06  |  681b  |  40 lines

  1. -- background: 2720 from stack: in.0-Anim2
  2. -- bmap block id: 28658
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on doAnimate
  8.   repeat until number of this cd is 7
  9.     go next
  10.     wait 3
  11.   end repeat
  12.   wait 15
  13.   repeat until number of this cd is 15
  14.     go next
  15.     wait 3
  16.   end repeat
  17.   wait 15
  18.   repeat until number of this cd is 21
  19.     go next
  20.     wait 4
  21.   end repeat
  22.   wait 10
  23.   repeat until the number of this cd is 43
  24.     go next
  25.     wait 4
  26.   end repeat
  27.   repeat until the number of this cd is 47
  28.     go next
  29.     wait 15
  30.   end repeat
  31.   wait 20
  32.   go next
  33.   wait 60
  34.   repeat with n = 49 down to 1
  35.     go cd n
  36.     --wait 1
  37.   end repeat
  38. end doAnimate
  39.  
  40.